Skip to main content

DescribeAssetDetailByUuid

Description

call DescribeAssetDetailByUuid queries server asset details and extension information according to uuid.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeAssetDetailByUuid

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
UuidBODYstringYes123213-13dwe-2412431-dafadfauuid of the user server.
SourceIpBODYstringNo1.2.3.4access the IP address of the source.
regionIdBODYstringYesNo sample value for this parameter.region id
LangBODYstringNozhthe language type of the request and receive message. zh: Chinese en: English
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
GroupTracestringNo sample value for this parameter.grouping situation.
AssetDetailstructNo sample value for this parameter.asset information details.
IpstringNo sample value for this parameter.ECS allocates IP.
CpuintegerNo sample value for this parameter.Cpu cores.
IntranetIpstringNo sample value for this parameter.intranet IP address.
OsDetailstringNo sample value for this parameter.OS version number.
DiskInfoListlistNo sample value for this parameter.disk information.
InternetIpstringNo sample value for this parameter.external network IP address.
RegionNamestringNo sample value for this parameter.domain name.
KernelstringNo sample value for this parameter.kernel version.
HostNamestringNo sample value for this parameter.host name.
ClientStatusstringNo sample value for this parameter.client status.
RequestIdstringNo sample value for this parameter.request ID of the result.
OSstringNo sample value for this parameter.OS type.
InstanceIdintegerNo sample value for this parameter.machine instance id.
CpuInfostringNo sample value for this parameter.Cpu details.
IpListlistNo sample value for this parameter.IP address.
OsNamestringNo sample value for this parameter.OS name.
SysInfostringNo sample value for this parameter.operating system
InstanceNameintegerNo sample value for this parameter.machine instance name.
MacListlistNo sample value for this parameter.MAC address.
AssetTypestringNo sample value for this parameter.asset class.
UuidstringNo sample value for this parameter.machine uuid.
MemintegerNo sample value for this parameter.memory.
RegionstringNo sample value for this parameter.region.
VpcInstanceIdstringNo sample value for this parameter.vpc instance id.
TagstringNo sample value for this parameter.tag.

Example

Successful Response example

"The successful response sample is not recognizable. Please modify API definition in API gateway before re-create the API document."

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}